@charset "utf-8";
/* CSS Document*/

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:12px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration: none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}

 body{ background:url(../img/2016mzt_index_bg.png) no-repeat center top #fff;}

.clear{
	clear: both;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.top{
	height: 30px;
	line-height: 30px;
	background-color: #5187bd;
}

.top-cont{
	width: 1140px;
	margin: 0 auto;
}

.top-cont p{
	float: left;
	color: #92bad7;
}

.top-cont p a{
	color: #fff;
	margin: 0 8px;
}

.top-cont p a:hover{
	color: #fff;
	margin: 0 8px;
	text-decoration: underline;
}


.top-cont .top-left{
	float: left;
}

.top-cont .top-right{
	float: right;
}

.header{
	width: 1140px;
	height: 180px;
	margin: 0 auto;
}

.header .logo{
	float: left;
	padding-top: 50px;
}

.header .search{ 
	float: right; 
	margin:72px 10px 0 0; 
	border:2px solid #3d79ac;
}

.search span.dropselect_box { 
	position:relative;  
	width:89px; 
	border-right:1px solid #3d79ac; 
	display:inline-block; 
	float:left; 
	height:28px; 
	z-index:99;
}

.dropselect_SimpleSelect { 
	width:100%; /*height:30px;*/ 
	display:block; 
	overflow:hidden; 
	background:url(../img/2015kjt_search_jt.png) no-repeat 72px 12px #fff; 
	line-height:28px; 
	text-indent: 10px; 
	position: relative; 
	left:0px; 
	top:0px;
	padding:0;
}

.dropselect_SimpleSelect ul{
	border:none;
}

.dropselect_SimpleSelect li{ 
	width:100%; 
	height:28px; 
	line-height:28px;
}

.dropselect_SimpleSelect li a{
	height:auto; 
	width:85%; 
	color:#3d79ac;
}

.dropselect_SimpleSelect li.hover a { 
	color:#3d79ac; 
	width:100%; 
	display:block;
}

.dropselect_SimpleSelect li a:hover,.dropselect_SimpleSelect li a:focus,.dropselect_SimpleSelect li:hover,.dropselect_SimpleSelect li:focus{
	background:none;
}

.hidden {
	display:none;
}

.search-txt{ 
	float:left; 
	border:none; 
	width: 195px; 
	height:28px; 
	line-height:28px; 
	color:#cecece; 
	text-indent:10px;
	cursor: text;
}

.search-btn{ 
	float:left; 
	width:61px; 
	height:28px; 
	background:#3d79ac; 
	border:none; 
	color:#fff; 
	cursor:pointer;
}

/* 导航 */
.nav{
	width: 1140px;
	height: 43px;
	background-color: #015293;
	border-bottom: 1px solid #003966;
	margin: 0 auto;
	overflow: hidden;
}

.nav li{
	float: left;
	width: 141.5px;
	height: 43px;
	font-size: 17px;
	line-height: 43px;
	text-align: center;
	border-left: 1px solid #104075;
}

.nav li:first-child{
	*width: 145px;
}

.nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.nav li.cur a,.nav li a:hover{
	background-color: #003966;
}


/* 友情链接 */
.friend-link{
	height: 60px;
	background-color: #f8f8f8;
	border-top:1px solid #015293;
}

.friend-link-cont{
	width: 1140px;
	margin: 0 auto;
}

.friend-link h2{
	float: left;
	width: 109px;
	height: 60px;
	background-color: #015293;
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-right: 21px;
}

.friend-link span.dropselect_box{ 
	position:relative;
	width:230px; 
	display:block;
	border:1px solid #ccc; 
	float:left; 
	height:29px; 
	z-index:99; 
	margin: 16px 10px 0 10px;
}

.dropselect_SimpleSelect1 { 
	display:block; 
	overflow:hidden;
	background:url(../img/2016mzt_index_jt.png) no-repeat 95% 12px #fff; 
	line-height:29px;
	position: relative; 
	left:0px; 
	top:0px; 
	padding:0;
}

.dropselect_SimpleSelect1 li{ 
	font-size: 14px; 
	padding: 0 10px;
	height: 29px; 
	line-height: 29px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.dropselect_SimpleSelect1 li a{
	height:auto; 
	width:85%; 
	color:#535353;
}


.dropselect_SimpleSelect1 li.hover a { 
	color:#535353; 
	width:100%; 
	display:block;
}

.dropselect_SimpleSelect1 li a:hover,.dropselect_SimpleSelect1 li a:focus,.dropselect_SimpleSelect1 li:hover,.dropselect_SimpleSelect1 li:focus{
	background:none;
}

/* footer */
.footer{
	background-color: #015293;
	padding: 20px 0;
}

.footer-cont{
	width: 560px;
	margin: 0 auto;
}

.footer-cont-left{
	float: left;
	line-height: 90px;
}

.footer-cont-left img{
	vertical-align: middle;
}

.footer-cont-right{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-left: 80px;
}
